home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / pcmag / v11n11 / envsize.bat < prev    next >
Encoding:
DOS Batch File  |  1991-12-29  |  206 b   |  8 lines

  1. ECHO OFF
  2. REM ==========  Show size of DOS Environment being used  ===========
  3. CLS
  4. SET > ENVSIZE.
  5. ECHO Number of bytes used by DOS Environment shown by file size of ENVSIZE
  6. DIR ENVSIZE.
  7. DEL ENVSIZE.
  8.